com.supermap.ar.areffect
类 OrientationListener
- java.lang.Object
-
- com.supermap.ar.areffect.OrientationListener
-
- 所有已实现的接口:
- android.hardware.SensorEventListener
public class OrientationListener extends java.lang.Object implements android.hardware.SensorEventListener
方向监听器
-
-
嵌套类概要
嵌套类 限定符和类型 类和说明 static interface
OrientationListener.OnOrientationListener
监听接口类
-
构造器概要
构造器 构造器和说明 OrientationListener(android.content.Context context)
构造函数
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
onAccuracyChanged(android.hardware.Sensor sensor, int accuracy)
void
onSensorChanged(android.hardware.SensorEvent event)
void
registerListener()
注册加速度和地磁场传感器监听 在onResume中调用void
setOnOrientationListener(OrientationListener.OnOrientationListener onOrientationListener)
设置监听void
unregisterListener()
解除监听 onPause中进行调用
-
-
-
构造器详细资料
-
OrientationListener
public OrientationListener(android.content.Context context)
构造函数- 参数:
context
-
-
-
方法详细资料
-
setOnOrientationListener
public void setOnOrientationListener(OrientationListener.OnOrientationListener onOrientationListener)
设置监听- 参数:
onOrientationListener
-
-
registerListener
public void registerListener()
注册加速度和地磁场传感器监听 在onResume中调用
-
unregisterListener
public void unregisterListener()
解除监听 onPause中进行调用
-
onSensorChanged
public void onSensorChanged(android.hardware.SensorEvent event)
- 指定者:
onSensorChanged
在接口中android.hardware.SensorEventListener
-
onAccuracyChanged
public void onAccuracyChanged(android.hardware.Sensor sensor, int accuracy)
- 指定者:
onAccuracyChanged
在接口中android.hardware.SensorEventListener
-
-